home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 50-CommHardware / ppp / ppp-in.hlp.z / ppp-in.hlp
Encoding:
Text File  |  1997-07-30  |  2.2 KB  |  59 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Dial-in PPP Accounts</H2>
  8. <P>
  9. This form allows you to add support for other systems to connect to
  10. the Internet Gateway by means of a modem or ISDN, running PPP over the 
  11. line. This form adds a line for the new account to the <VAR>/etc/passwd</VAR> 
  12. file and modifies the <VAR>/etc/ppp.conf</VAR> with parameters for this 
  13. connection.
  14. <P>
  15. Use the Dial-in PPP Accounts form to set the following parameters:
  16. <P>
  17. <STRONG>Add New Account</STRONG> This field specifies the name of the 
  18. account that will be used for PPP connections. Enter a login name for 
  19. the new account and click the <VAR> Add New Account</VAR> button to
  20. display the Add New Dial-in PPP Account form. When you complete this
  21. form, click the <VAR>Ok</VAR> button to put the changes in effect.
  22. </P>
  23. (Default value: none)
  24. <P>
  25. <STRONG>Edit Selected Account</STRONG> This list contains the names of
  26. all current PPP accounts (the list is empty if you have no accounts). 
  27. Select a login name in the list to display the Edit PPP Accounts form.
  28. When you complete the form, click the <VAR>Ok</VAR> button to put your 
  29. changes in effect.
  30. </P>
  31. (Default value: none)
  32. <P>
  33. <STRONG>Delete Selected Account</STRONG> Select an account name in the
  34. list and click this button to remove the name from the list. You must 
  35. click the <VAR>Ok</VAR> button to put your changes in effect.
  36. </P>
  37. (Default value: none)
  38. <P>
  39. <STRONG>Login name:</STRONG> This is the login name that the remote system
  40. must specify to open a connection to this system. Enter a login name; do not
  41. include spaces or punctuations in your entry. Your entry must contain no more
  42. than eight letters.
  43. </P>
  44. (Default value: none)
  45. <P>
  46. <STRONG>Password: and (Password again):</STRONG> Enter a password for
  47. this account; then, enter the identical password in the entry field below to
  48. verify that your original entry is not misspelled. Passwords should contain 
  49. six to eight characters: a minimum of two alphabetic characters and at 
  50. least one numeric or special character. The password should contain at 
  51. least three characters that are different from the login name. 
  52. </P>
  53. (Default value: none)
  54. <CENTER>
  55. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  56. </CENTER>
  57. </FORM>
  58. EndOfFile
  59.